home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gsetup_pointer, gmenudrive, groomlabellist, gwhere_I_am
- depuppify()
- set the text of field "xxfield" to " "
- set the visible of sprite 24 to 0
- if gmenudrive = 0 then
- go("mainroom")
- set the castNum of sprite 24 to the memberNum of member gsetup_pointer
- set the castNum of sprite 21 to member getAt(groomlabellist, gwhere_I_am)
- else
- go("menuroom")
- end if
- end
-